Path


A PATH is the location of a file within the directories of a computer system.

EXAMPLE:
The syntax of a path is the following:
<drive>\<folder1...folderN>\<filename>
(where <drive> is the disk drive where the file is located, <folder1...folderN> is each folder level (depth) separated by a backslash (\), and <filename> is the name of the specific file).
NOTE: If the file is on another computer or on a network, the path would also include the computer name at the beginning.